home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMSELVIEWER / TFRMSELVIEWER.txt
Encoding:
Text File  |  2002-05-23  |  1.3 KB  |  68 lines

  1. object frmSelViewer: TfrmSelViewer
  2.   Left = 278
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'View'
  6.   ClientHeight = 107
  7.   ClientWidth = 300
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnView: TButton
  19.     Left = 216
  20.     Top = 8
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'View'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 216
  30.     Top = 40
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object rgView: TRadioGroup
  39.     Left = 8
  40.     Top = 8
  41.     Width = 193
  42.     Height = 89
  43.     Caption = ' Using '
  44.     ItemIndex = 2
  45.     Items.Strings = (
  46.       '&Associated program'
  47.       '&Internal text-viewer'
  48.       '&Standard viewer ')
  49.     TabOrder = 2
  50.   end
  51.   object FormCenter1: TFormCenter
  52.     Center = True
  53.     Left = 216
  54.     Top = 72
  55.   end
  56.   object FormStorage1: TFormStorage
  57.     IniFileName = 'Software\SWE von Schleusen\UltimateZip'
  58.     IniSection = 'Main'
  59.     Options = []
  60.     UseRegistry = True
  61.     StoredProps.Strings = (
  62.       'rgView.ItemIndex')
  63.     StoredValues = <>
  64.     Left = 256
  65.     Top = 72
  66.   end
  67. end
  68.